home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1989 / Jul 89 / W0006-Displaying Error Me-Jul89 < prev    next >
Encoding:
Text File  |  1991-03-06  |  1.4 KB  |  38 lines  |  [TEXT/GEOL]

  1. Item    5254428                         3-July-89        13:29
  2.  
  3. From:   KEMINK1                         Kemink, Joost
  4.  
  5. To:     MACAPP.TECH$                    MACAPP Tech
  6.  
  7. Sub:    Displaying Error Messages
  8.  
  9. Hi MacAppers,
  10.  
  11. We are having a problem with specifying user alerts on failures.
  12.  
  13. 1. We could not find a way to specify what is substituted for ^0 or ^1 in case
  14. of a phGenError.
  15.  
  16. 2. When using msgAlert as the high word in the 'message' parameter, do we have
  17. to set the 'error' parameter to something specific?
  18.  
  19. 3. Currently, the error messages are displayed in windows put up by the Toolbox
  20. call 'Alert', which prevents windows laying behind the alert from updating. It
  21. would be nice to have the error message displayed in a window provided by
  22. MacApp.
  23.  
  24. 4. Under some circumstances we don't want to have an error message displayed in
  25. case of a failure. However, we do want to have all the failure handlers have a
  26. chance to execute.
  27.  
  28. 5. Has there been any thought to making changes to the these aspects of the
  29. failure handling mechanisms in the final release?  For example, the fact that
  30. the error field is used for FailMemErrors, FailResErrors, and also used to
  31. construct ^0 and ^1 makes it difficult to understand.  Basically, the error and
  32. message fields together, as they are used and defined now, are difficult to
  33. understand and extend for our own uses.
  34.  
  35. Joost and Geoff
  36.  
  37.  
  38.